home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / dev / src / expat-src.lha / expat-1.95.2 / xmlwf / codepage.h < prev    next >
Encoding:
Text File  |  2001-07-28  |  193 b   |  8 lines

  1. /*
  2. Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
  3. See the file COPYING for copying permission.
  4. */
  5.  
  6. int codepageMap(int cp, int *map);
  7. int codepageConvert(int cp, const char *p);
  8.